home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue56 / Splat / fx.rc < prev    next >
Encoding:
Text File  |  2000-02-25  |  392 b   |  10 lines

  1. /*
  2.  * Download sample .WAV files from the web and
  3.  * use them for sound effects. Try the following web sites:
  4.  * http://www.novadevcorp.com/products/kaboomwin/index.html
  5.  * http://www.softseek.com/Home_Family_and_Leisure/Music/Sound_File_Collections/Review_6120_index.html
  6.  *
  7.  * Then add special keys, e.g.,
  8. F1          WAVE "Sounds\Rooster.wav"
  9. Enter       WAVE "Sounds\Wow.wav"
  10.  */